Qus : 3 NIMCET PYQ 1
The maximum and minimum value represented in signed 16-bit 2s compliment representation are
1
-32768 and 32767
2
0 and 32767
3
0 and 65535
4
-16384 and 16383
Go to Discussion NIMCET Previous Year PYQ NIMCET NIMCET 2023 PYQ Solution
Maximum & Minimum in 16-bit 2's Complement
Total Bits: 16
Format: 1 sign bit + 15 magnitude bits
Maximum (positive):
0111 1111 1111 1111(2)
=
+32,767
Minimum (negative):
1000 0000 0000 0000(2)
=
−32,768
✅ Final Answer:
Minimum = −32,768
Maximum = +32,767
Qus : 8 NIMCET PYQ 2 Let
the given number 11001, 1001 and 111001 be correspond to the 2’s complement representation.
Then with which one of the following decimal number, the given numbers match
1 -6,
-6 and -6, respectively 2 -7,
-7 and -7 respectively 3 -25,
-9 and -57 respectively 4 25,
9 and 57, respectively Go to Discussion NIMCET Previous Year PYQ NIMCET NIMCET 2024 PYQ
Solution Qus : 9 NIMCET PYQ 4 The maximum and minimum value represented in signed
16 bit 2's complement representations are
1 -16384 and 16383 2 0 and 32767 3 0 and 65535 4 -32768 and 32767 Go to Discussion NIMCET Previous Year PYQ NIMCET NIMCET 2022 PYQ Solution Range of 2's complement $-2^{n-1}$ to $2^{n-1}+1$
Range for 16 bits = $-2^{16-1}$ to $2^{16-1}+1$
Range for 16 bits = $-2^{15}$ to $2^{25}+1$
Range for 16 bits = $-32768$ to $32767$
[{"qus_id":"4198","year":"2019"},{"qus_id":"4194","year":"2019"},{"qus_id":"4380","year":"2017"},{"qus_id":"4383","year":"2017"},{"qus_id":"11199","year":"2022"},{"qus_id":"11591","year":"2023"},{"qus_id":"4583","year":"2016"},{"qus_id":"4589","year":"2016"},{"qus_id":"4592","year":"2016"},{"qus_id":"11918","year":"2024"},{"qus_id":"11928","year":"2024"},{"qus_id":"11920","year":"2024"}]